home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gigarom 1
/
Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso
/
FILES
/
BUS
/
N-Z
/
wordrefer.sea
/
Word Reference
/
WordRef Stack 1.2
/
background_2780.txt
< prev
next >
Wrap
Text File
|
1992-04-14
|
9KB
|
456 lines
-- background: 2780 from stack: in.2
-- bmap block id: 3735
-- flags: 4000
-- background id: 0
-- name: article
----- HyperTalk script -----
on closeCard
hideComments
hideOtherFields
CheckRequired(5)
end closeCard
-- part 56 (field)
-- low flags: 00
-- high flags: 4000
-- rect: left=159 top=71 right=85 bottom=456
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 21
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: keyField
-- part 57 (field)
-- low flags: 00
-- high flags: 4000
-- rect: left=145 top=92 right=119 bottom=456
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 21
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: author
-- part 58 (field)
-- low flags: 00
-- high flags: 4000
-- rect: left=137 top=124 right=151 bottom=456
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 21
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: title
-- part 59 (field)
-- low flags: 00
-- high flags: 4000
-- rect: left=150 top=156 right=183 bottom=456
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 21
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: journal
-- part 60 (field)
-- low flags: 00
-- high flags: 4000
-- rect: left=142 top=192 right=206 bottom=222
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 21
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: year
-- part 61 (field)
-- low flags: 00
-- high flags: 4000
-- rect: left=147 top=220 right=234 bottom=229
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 21
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: volume
-- part 62 (field)
-- low flags: 00
-- high flags: 4000
-- rect: left=288 top=220 right=234 bottom=374
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 21
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: number
-- part 63 (field)
-- low flags: 00
-- high flags: 4000
-- rect: left=143 top=245 right=259 bottom=229
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 21
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: pages
-- part 64 (field)
-- low flags: 00
-- high flags: 4000
-- rect: left=288 top=244 right=258 bottom=374
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 21
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: month
-- part 65 (field)
-- low flags: 00
-- high flags: 4000
-- rect: left=139 top=270 right=310 bottom=456
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 21
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: note
-- part 93 (button)
-- low flags: 80
-- high flags: 8002
-- rect: left=137 top=68 right=90 bottom=443
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Comments
-- part 94 (button)
-- low flags: 80
-- high flags: 2005
-- rect: left=141 top=70 right=88 bottom=159
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: commentsGoAway
----- HyperTalk script -----
on mouseUp
set the highlight of me to false
hideComments
end mouseUp
-- part 115 (field)
-- low flags: 80
-- high flags: 4007
-- rect: left=137 top=89 right=271 bottom=443
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 21
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: comments
-- part 118 (button)
-- low flags: 00
-- high flags: 2004
-- rect: left=8 top=98 right=138 bottom=48
-- title width / last selected line: 0
-- icon id / first selected line: 3430 / 3430
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Item
----- HyperTalk script -----
on mouseDown
get PopUpMenu(1, "Article,Book,Booklet,InBook,InCollection", "InProceedings,Manual,MastersThesis,Misc,PhDThesis", "Proceedings,TechReport,Unpublished")
if item 1 of it is empty then exit mouseDown
NewBackground (item 1 of it)
end mouseDown
-- part 119 (button)
-- low flags: 00
-- high flags: 2004
-- rect: left=8 top=182 right=222 bottom=48
-- title width / last selected line: 0
-- icon id / first selected line: 32670 / 32670
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Scan Items
----- HyperTalk script -----
on mouseUp
show all cds
end mouseUp
-- part 120 (button)
-- low flags: 00
-- high flags: 2004
-- rect: left=8 top=224 right=264 bottom=48
-- title width / last selected line: 0
-- icon id / first selected line: 29019 / 29019
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: About…
----- HyperTalk script -----
on mouseUp
go card "Instruction"
end mouseUp
-- part 121 (button)
-- low flags: 00
-- high flags: 0004
-- rect: left=8 top=266 right=306 bottom=48
-- title width / last selected line: 0
-- icon id / first selected line: 2478 / 2478
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Show Comments
----- HyperTalk script -----
on mouseUp
showComments
end mouseUp
-- part 122 (button)
-- low flags: 00
-- high flags: 2004
-- rect: left=8 top=56 right=96 bottom=48
-- title width / last selected line: 0
-- icon id / first selected line: 20098 / 20098
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Home
----- HyperTalk script -----
on mouseUp
visual iris close
go home
end mouseUp
-- part 123 (button)
-- low flags: 00
-- high flags: 2004
-- rect: left=8 top=140 right=180 bottom=48
-- title width / last selected line: 0
-- icon id / first selected line: 20186 / 20186
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Sort Items
----- HyperTalk script -----
on mouseUp
sort by fld "keyField"
end mouseUp
-- part 124 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=8 top=22 right=49 bottom=39
-- title width / last selected line: 0
-- icon id / first selected line: 7417 / 7417
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Pop
----- HyperTalk script -----
on mouseUp
visual iris close
pop cd
end mouseUp
-- part 125 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=40 top=22 right=49 bottom=71
-- title width / last selected line: 0
-- icon id / first selected line: 17779 / 17779
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Prev
----- HyperTalk script -----
on mouseUp
go prev
end mouseUp
-- part 126 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=72 top=22 right=49 bottom=103
-- title width / last selected line: 0
-- icon id / first selected line: 8419 / 8419
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Next
----- HyperTalk script -----
on mouseUp
go next
end mouseUp
-- part 127 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=348 top=27 right=46 bottom=509
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 65535
-- font id: 16
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Status
-- part 129 (button)
-- low flags: 80
-- high flags: 8002
-- rect: left=137 top=270 right=288 bottom=443
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Other Fields
-- part 130 (button)
-- low flags: 80
-- high flags: 2005
-- rect: left=142 top=270 right=288 bottom=160
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: otherFieldsGoAway
----- HyperTalk script -----
on mouseUp
set the highlight of me to false
hideOtherFields
end mouseUp
-- part 132 (button)
-- low flags: 00
-- high flags: A004
-- rect: left=217 top=317 right=333 bottom=318
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: Other Fields…
----- HyperTalk script -----
on mouseUp
showOtherFields
end mouseUp
-- part 133 (field)
-- low flags: 80
-- high flags: 0007
-- rect: left=137 top=287 right=341 bottom=443
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 21
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: otherFields